First, press CTRL + F and search for "Corral". You're going to want to find every instance of said word and paste the following in with the other entries for it:

        <Item>
          <Name>A_C_HORSE_CRIOLLO_DUN</Name>
          <Variations type="CAmbientPedModelVariations">
            <LoadOut />
            <Outfit />
            <Health />
            <DomesticatedLevel>ADL_Domesticated</DomesticatedLevel>
            <RarityLevel>ARL_Common</RarityLevel>
          </Variations>
          <Probability value="1.000000" />
          <TimeOfDay />
          <InventoryInfoHash />
        </Item>


Then, find ANIMAL_HORSE_WILD_AMERICAN_STANDARDBRED and paste the following in with the entries for that:

        <Item>
          <Name>A_C_HORSE_CRIOLLO_DUN</Name>
          <Variations type="CAmbientPedModelVariations">
            <LoadOut />
            <Outfit />
            <Health />
            <DomesticatedLevel>ADL_Wild</DomesticatedLevel>
            <RarityLevel>ARL_Common</RarityLevel>
          </Variations>
          <Probability value="1.000000" />
          <TimeOfDay />
          <InventoryInfoHash />
        </Item>


